Fluent Assertions Documentation
FluentAssertions.Equivalency Namespace / EquivalencyOptions<TExpectation> Class / WithMapping Method
In This Topic
    WithMapping Method
    In This Topic
    Maps a (nested) property or field of type TExpectation to a (nested) property or field of TSubject using lambda expressions.
    Overload List
    OverloadDescription
    Maps a (nested) property or field of type TExpectation to a (nested) property or field of TSubject using lambda expressions.  
    Maps a (nested) property or field of the expectation to a (nested) property or field of the subject using a path string.  
    Maps a direct property or field of type TNestedExpectation to a direct property or field of TNestedSubject using lambda expressions.  
    Maps a direct property or field of type TNestedExpectation to a direct property or field of TNestedSubject using member names.  
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also